Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Add( _ ByVal ParamArray chartAreaList() As ChartArea _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Add( params ChartArea[] chartAreaList ) |
Parameters
- chartAreaList
- A list of ChartArea objects to add.
dotnetCHARTING | Send comments on this topic. |
Add(ChartArea[]) Method | |
See Also |
![]() ![]() |
dotnetCHARTING Namespace > ChartAreaCollection Class > Add Method : Add(ChartArea[]) Method |
Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Add( _ ByVal ParamArray chartAreaList() As ChartArea _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Add( params ChartArea[] chartAreaList ) |